home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac: Not for Sale / Another.not.for.sale (Australia).iso / fade into you / getting there / Apps / MOO-1.7.6.src / inc / bf_register.h < prev    next >
Text File  |  1994-11-02  |  2KB  |  41 lines

  1. /******************************************************************************
  2.   Copyright (c) 1992 Xerox Corporation.  All rights reserved.
  3.   Portions of this code were written by Stephen White, aka ghond.
  4.   Use and copying of this software and preparation of derivative works based
  5.   upon this software are permitted.  Any distribution of this software or
  6.   derivative works must comply with all applicable United States export
  7.   control laws.  This software is made available AS IS, and Xerox Corporation
  8.   makes no warranty about the software, its performance or its conformity to
  9.   any specification.  Any person obtaining a copy of this software is requested
  10.   to send their name and post office or electronic mail address to:
  11.     Pavel Curtis
  12.     Xerox PARC
  13.     3333 Coyote Hill Rd.
  14.     Palo Alto, CA 94304
  15.     Pavel@Xerox.Com
  16.  *****************************************************************************/
  17.  
  18. extern void register_execute(void);
  19. extern void register_list(void);
  20. extern void register_log(void);
  21. extern void register_numbers(void);
  22. extern void register_objects(void);
  23. extern void register_property(void);
  24. extern void register_server(void);
  25. extern void register_tasks(void);
  26. extern void register_verbs(void);
  27.  
  28. /* $Log: bf_register.h,v $
  29.  * Revision 1.4  1992/10/23  23:03:47  pavel
  30.  * Added copyright notice.
  31.  *
  32.  * Revision 1.3  1992/09/08  22:04:15  pjames
  33.  * Updated to have new procedure names.
  34.  *
  35.  * Revision 1.2  1992/08/10  17:22:22  pjames
  36.  * Added register_bf_log(void);
  37.  *
  38.  * Revision 1.1  1992/07/20  23:23:12  pavel
  39.  * Initial RCS-controlled version.
  40.  * */
  41.